jan_flanders

Untitled

Apr 30th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package;
  2.  
  3. #if neko import sys.db.Types;#end
  4.  
  5. class User #if neko extends sys.db.Object, #end implements Dynamic
  6. {
  7.     public var id : #if neko SId #else Int #end;
  8.     public var name : #if neko SString<32> #else String #end;
  9.     public var age : #if neko SInt #else Int #end;
  10.     public function new() { #if neko super(); #end}
  11. }
Advertisement
Add Comment
Please, Sign In to add comment