removed MLIST by LPARCOLON
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-03 21:11:23 +09:00
parent 758d5e953b
commit dab0c01e73
3 changed files with 21 additions and 3 deletions

View File

@ -45,8 +45,8 @@
};
};
(set-r a b (:B get))
(set-r c d (:B get2 -100))
(set-r a b (B:get))
(set-r c d (B:get2 -100))
(if (/= a 999) (printf "ERROR: a must be 999\n"))
(if (/= b 888) (printf "ERROR: b must be 888\n"))