Update main.rs

This commit is contained in:
Skye Terran 2021-12-09 17:50:57 -08:00
parent 3cad6aa362
commit 6f353fd70e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ use std::env;
// 0x00: BOOL (boolean) # Example: LIT BOOL 0
// 0x01: INT (int) # Example: LIT INT 69
// 0x02: FLT (float) # Example: LIT FLT -90.0
// 0x03: VEC (vector) # Example: LIT VEC 1.0 -7.01 2.7
// 0x03: VEC (vector) # Example: LIT VEC 1.0,-7.01,2.7
// ./slipcode Q:/Code/slipcompiler/Test.vcr