Last active
December 14, 2024 16:37
-
-
Save tbrowder/c781fdcc03aa48ff08b8802dd5c50a7c to your computer and use it in GitHub Desktop.
Raku class Christmas-Tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# by an Elf-in-training jokester | |
unit class Box is export { | |
; | |
;;; | |
; | |
;;; | |
;;;;; | |
;;;;;;; | |
;;has$.h; | |
;;;;;;;;;;; | |
;;;has$.urx;; | |
;;;;;;;;;;;;;;; | |
;;;has$.ury;;;;;; | |
;;;;;;;;;;;;;;;;;;; | |
;;;;;;;;;;;;has$.w;;; | |
;;;has$.llx;;;;;;;;;;;; | |
;;;;;;;;;;;;;;;;;;;;;;;;; | |
;;;;;;;;;;;;;;has$.lly;;;;; | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;;; | |
;;;;;;; | |
method width { | |
$!urx - $!llx | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment