10 lines
186 B
Text
10 lines
186 B
Text
|
|
| The following code will run forever
|
||
|
|
| Symsyn uses a 64 bit signed integer
|
||
|
|
| The largest positive integer is 9223372036854775807
|
||
|
|
| lpi + 1 = -9223372036854775808
|
||
|
|
|
||
|
|
lp
|
||
|
|
x []
|
||
|
|
+ x
|
||
|
|
go lp
|