mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
toy language sample; fix a couple of bugs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
add: (x, y) { x + y }
|
||||
|
||||
main:()
|
||||
{
|
||||
a: 1;
|
||||
b: 2;
|
||||
add(a, b);
|
||||
}
|
||||
Reference in New Issue
Block a user