Hash :
70224352
Author :
Thomas de Grivel
Date :
2025-08-02T15:34:38
remove need for snprintf
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
do
123
end
Str("a", "b", "c")
str("a", "b", "c")
str(["a", "b", "c"])
special_operator_arity
special_operator_arity(quote +)
special_operator_arity(quote while)
str(["a", "b", "c"])
special_operator_arity(quote while)
i = 0; while i < 10 do puts("i = #{i}"); i = i + 1 end
i = 0 ; while i < 10 do puts("i = #{i}"); i = i + 1 end
i = 0 ; while i < 10 do puts("i = #{i}"); (i = i + 1) end
i = 0
while (i < 3) do
puts(i)
i = i + 1
end
git st
i = 0(
while i < 3 do
end
i < 3
while (i < 3) do
i = i + 1
puts(i)
:ok
end
i = 0
i < 3 do
endd
end
while i < 3 do
while (i) < 3 do
while i < 3 do
while i < 3 {
while i < 3 {end
end
}
end
}
end
while i < 3 do
i = 0 ; while i < 5 do puts("i = #{i}") ; i = i + 1 ; :ok end
1+1
1+ 2
continue
quote continue
type(quote continue)
type(quote break)
to_lisp(quote break)
to_lisp(quote continue)
continue
c = cfn Void "kc3_continue" ()
c()
continue
to_lisp(quote continue)
type(quote continue)
unquote(quote continue)
def c = macro () { quote continue }
c()
quote (Ident) continue
type(quote (Ident) continue)
type(quote (Ident) Test.sym)
"\xFF"
Str.has_reserved_characters("\xFF")
Str.has_reserved_characters?("\xFF")
Str.has_reserved_characters?("\0")
Str.has_reserved_characters?("\xFF")
"\xFF"
(Str) (Character) 0xFF
(Character) 0xFF
(Str) 0xFF
"\xFF"
"\xFF"[0]
s = "\xFF"
s[0]
s = "abc"
s[0]
s = "abc"
Str.byte(s, 0)
(Character) 97
s = "\xFF"
Str.byte(s, 0)
%Time{tv_sec: 1 + 1, tv_nsec: 2 + 2}
Time.now()
require Time
Time.now()
a = Time.now()
b = Time.now()
uptime()
Time.diff_to_str(uptime())
require Time
Time.diff_to_str(uptime())
uptime()
Time.diff_to_str(uptime())
require Time
Time.diff_to_str(uptime())