fOOrth/docs/snippets/throw.foorth
2015-04-16 11:50:31 -04:00

6 lines
163 B
Text

(Exceptions in action)
(Is the password secure?)
: test_password (password -- )
"1234" = if
throw"U10: Change the combination on my luggage!"
then ;