diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-10-17 17:36:16 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-10-17 17:36:16 +0300 |
commit | a5a57f9386ce54d37c3b7de31db669b0f5236bf0 (patch) | |
tree | bc6adbd6a4e0f3eb8ad01ffb6cfed382dedea407 /common | |
parent | 53ccfab6c1f2ddad977ceedbdbbfa54a05b81070 (diff) | |
download | cryptrobber-a5a57f9386ce54d37c3b7de31db669b0f5236bf0.tar cryptrobber-a5a57f9386ce54d37c3b7de31db669b0f5236bf0.tar.xz cryptrobber-a5a57f9386ce54d37c3b7de31db669b0f5236bf0.zip |
.
Diffstat (limited to 'common')
-rw-r--r-- | common/const.sts | 2 | ||||
-rw-r--r-- | common/macro.sts | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/const.sts b/common/const.sts index 7b20b4d..46b98e3 100644 --- a/common/const.sts +++ b/common/const.sts @@ -3,7 +3,7 @@ defconst '!' 21 defconst '"' 22 defconst '#' 23 defconst '$' 24 -; '%' (25) symbol is reserved by smack +defconst percent 25 ; '%' (25) symbol is reserved by smack defconst '&' 26 defconst ''' 27 defconst '(' 28 diff --git a/common/macro.sts b/common/macro.sts index f8620d5..162bf2f 100644 --- a/common/macro.sts +++ b/common/macro.sts @@ -3,7 +3,7 @@ ] [ change 0 - dup get - swap 2 get swap 2 + set + 1 + dup get + swap 2 get swap set swap drop ] |