mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Hid "hint" output in MiniScript hammurabi code.
This commit is contained in:
@@ -68,7 +68,7 @@ end function
|
||||
hint = function(msg)
|
||||
// This was not in the original program. But if you want to make
|
||||
// the game easier, uncomment this line:
|
||||
print msg
|
||||
//print msg
|
||||
end function
|
||||
|
||||
min = function(a, b, c)
|
||||
|
||||
Reference in New Issue
Block a user