Skip to content

Instantly share code, notes, and snippets.

@treed
Created May 29, 2009 06:15
Show Gist options
  • Save treed/119810 to your computer and use it in GitHub Desktop.
Save treed/119810 to your computer and use it in GitHub Desktop.
.sub 'get_terbri' :method :multi(_)
$P0 = getattribute self, 'terbri'
.return ($P0)
.end
.sub 'get_terbri' :method :multi(_,I)
.param int arg
$P0 = getattribute self, 'terbri'
$P1 = $P0[arg]
.return ($P1)
.end
.sub 'get_selsku' :method
$P0 = self.'get_terbri'(1)
.return ($P0)
.end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment