RosettaCodeData/Task/Inverted-syntax/Mathematica/inverted-syntax.math

11 lines
79 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
a = 4
->4
b = 5
->5
If[1<2,
Print["This was expected"]
]
->This was expected