Random hint

This commit is contained in:
Martin Thoma
2022-04-18 22:27:28 +02:00
parent 423f2718f1
commit 123e13f171

View File

@@ -16,7 +16,7 @@ Variables:
Functions:
* REM: A line comment
* `INT(2*RND(X))+1`: X is constantly 1. That means that this expression is simpler expressed as `randint(1,2)`
---