Files
PPL-Fall-2018/Jive/Tests/sillytest
2018-10-15 12:47:14 -06:00

14 lines
114 B
Plaintext
Executable File

Keys -> x
Keys -> y
Keys -> z
Add3 x y z -> Prt NL
Halt
Def Add3 a b c .
Add a b -> x
Add x c -> x
x -> Ret