Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
import "meta" for Meta
|
||||
|
||||
var x
|
||||
Meta.eval("x = 2")
|
||||
System.print("First x = %(x)")
|
||||
var y = x // save this value
|
||||
|
||||
Meta.eval("x = 5")
|
||||
System.print("Second x = %(x)")
|
||||
|
||||
Meta.eval("x = x - y")
|
||||
System.print("Delta x = %(x)")
|
||||
Loading…
Add table
Add a link
Reference in a new issue