RosettaCodeData/Task/Inverted-syntax/Mathematica/inverted-syntax.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

10 lines
79 B
Text

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