Arbitrary-precision integers (included): Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,300: Line 2,300:


MainModule: {
MainModule: {
a: BigLong(5),
_start:(λ locals: a BigLong(5) ss StringStream() s ""
ss: StringStream(),
s: "",

_start:(λ
(textout to: ss (pow a (pow 4 (pow 3 2))))
(textout to: ss (pow a (pow 4 (pow 3 2))))
(= s (str ss))
(= s (str ss))