Added simple "Math" library.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Math.srand
|
||||
for (i in 1..10) {
|
||||
IO.print(Math.floor(Math.rand * 100))
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
Math.srand
|
||||
for (i in 1..10) {
|
||||
IO.print(Math.floor(Math.rand * 100))
|
||||
}
|
||||