Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Procedure Money(num)
- If num < 0
- If Money < -num
- tip("Недостаточно денег")
- Debug "Недостаточно денег"
- Return #False
- Else
- Money + num
- Return #True
- Else
- Money + num
- EndIf
- EndIf
- EndProcedure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement