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