RosettaCodeData/Task/Inverted-syntax/Mathematica/inverted-syntax.math
2023-07-01 13:44:08 -04:00

10 lines
79 B
Text

a = 4
->4
b = 5
->5
If[1<2,
Print["This was expected"]
]
->This was expected