11 lines
79 B
Text
11 lines
79 B
Text
|
|
a = 4
|
||
|
|
->4
|
||
|
|
|
||
|
|
b = 5
|
||
|
|
->5
|
||
|
|
|
||
|
|
If[1<2,
|
||
|
|
Print["This was expected"]
|
||
|
|
]
|
||
|
|
->This was expected
|