Skip to content

Commit d73ff1f

Browse files
Update TUTORIAL.md
1 parent db07a04 commit d73ff1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TUTORIAL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ Note that eq[] will always round up number, to do equation or to declare a varia
219219
:: Import float
220220
import[] float
221221
float[] "variable_name" "equation"
222+
223+
A prettier alternative is `int[]`:
224+
225+
int[] variable_name=equation
222226

223227
### Console input
224228
To declare a variable from user's input, try:

0 commit comments

Comments
 (0)