6 lines
121 B
Mathematica
6 lines
121 B
Mathematica
print "dingusify";
|
|
let str bingus "heheheha its bingusing time";
|
|
print bingus;
|
|
print 1 + 1;
|
|
let dec myInt 3;
|
|
myInt += 69; |