Here's a little code which work like a bank
menu:
cls : Print "What do you want to do?"
Print "1.Deposit"
Print "2.Witdrawal"
Print "3.View your current balance"
Print : input "Enter the number of the action >";action
if action=1 then goto deposit
if action=2 then goto witdrawal
if action=3 then goto balance
if action>3 or action<=0 then print "Invalid Entry,TRY AGAIN" : sleep 3000 : goto menu
deposit:
cls : set text size 20 : center text 150,0,"Deposit" : print : input "How much you want to deposit?>";deposit : balance=0 : balance=balance + deposit : Print "Press "Enter" to go to the menu"
if returnkey()=1 then goto menu
witdrawal:
cls : set text size 20 : center text 150,0,"Witdrawal" : print : input "How much you want to witdraw?>";witdraw : balance=balance-witdraw : Print "Press "Enter" to go to the menu" : if returnkey()=1 then goto menu
balance:
cls : set text size 20 : center text 150,0,"Balance" : print : print : print : Print "Your current balance is $";balance : print : Print "Press "Enter" to go to the menu"
do
if returnkey()=1 then goto menu
loop
Is just of those days when you don't wanna wake up everything is *****, everybody sucks you really don't know why, but you wanna justify rippin' someone head off!