Get virtual time

vt  

Get the virtual time of the current thread.

Introduced in v2.1

Example

# Example 1

puts vt
   sleep 1
   puts vt



# prints 0
 
# prints 1