Elizabeth Hunt
7cc3ef5fa1
Co-authored-by: Lizzy Hunt <lizzy.hunt@usu.edu> Reviewed-on: #1 Co-authored-by: Elizabeth Hunt <elizabeth.hunt@simponic.xyz> Co-committed-by: Elizabeth Hunt <elizabeth.hunt@simponic.xyz>
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
PRIMOP(+, [REAL 1.0, INT 3], [result], [
|
|
PRIMOP(-, [REAL 1.0, VAR result], [result], [
|
|
PRIMOP(+, [VAR result, REAL 0], [], [])
|
|
])
|
|
]) |