Advertisement
Peaser

BS

Dec 18th, 2014
3,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HicEst 0.40 KB | None | 0 0
  1. #define /^my (.*?) thing:$/class \1:/
  2.  
  3. my Greeter thing:
  4.   public function __construct(€name)
  5.       HALT_AND_CATCH_FIRE
  6.     (unless €name != null);
  7.     €this->name = €name;
  8.     Delete €name;
  9.  
  10.   public function say(€thing isProbablyA String, €times)
  11.     42 echo €thing, « », €this->name, BS::EOL;
  12.       goto 42
  13.     (unless --€times !!=! 0);
  14.     Delete €thing, €times;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement