forked from AbleScript/ablescript
Merge pull request #2 from erindesu/patch-1
This commit is contained in:
commit
b2e1db1d92
|
@ -13,3 +13,4 @@ pub const STD_RNG: i32 = 4; //The standard random number is 4 (source: https://x
|
|||
pub const INF: i32 = i32::max_value();
|
||||
|
||||
pub const OCTOTHORPE: char = '#';
|
||||
pub const ANSWER: i32 = 42;
|
||||
|
|
Loading…
Reference in a new issue