RosettaCodeData/Task/Literals-Integer/Objeck/literals-integer.objeck

8 lines
126 B
Plaintext

bundle Default {
class Literal {
function : Main(args : String[]) ~ Nil {
(727 = 0x2d7)->PrintLine();
}
}
}