diff options
author | Anthony Wang | 2023-11-09 16:22:29 -0500 |
---|---|---|
committer | Anthony Wang | 2023-11-09 16:22:29 -0500 |
commit | d6f7ab88dc4a5a919a831d4ad6d99f7617a163d0 (patch) | |
tree | 342a0a0498323baeb9470afe7b9975ddaff96357 /main.ev | |
parent | 07f67815ef01231e16c6f444ed57c77dc972603d (diff) |
Diffstat (limited to 'main.ev')
-rw-r--r-- | main.ev | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +sub a b 1 +print a c 2 +set a 10 0 +set b 1 0 +set c hi 0 +set a 10 0 +set b 1 0 +set c hi 0 +set a 10 0 +set b 1 0 +set c hi 0 |