Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/script_engine/src/lib/script_engine/account.lua @ 7702

Last change on this file since 7702 was 7702, checked in by snellen, 18 years ago

new concept

  • Property svn:executable set to *
File size: 197 bytes
Line 
1--
2-- Luna Account example
3--
4local a = Account{balance=100}
5a:deposit(50.00)
6a:withdraw(25.00)
7print("Account balance = $"..a:balance())
8
9local e = Euclid()
10print("Euclid gcd = "..e:gcd(10000,2))
Note: See TracBrowser for help on using the repository browser.