mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
6 lines
163 B
Text
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 ;
|