Skip to content

Instantly share code, notes, and snippets.

@ronnieoverby
Created May 2, 2012 00:24
Show Gist options
  • Save ronnieoverby/2572596 to your computer and use it in GitHub Desktop.
Save ronnieoverby/2572596 to your computer and use it in GitHub Desktop.
using(new tran)
{
get account;
var acctTrans = create acctTransaction($5);
account.balance += acctTrans.Amount;
store(acctTrans)
tran.GoBabyGo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment