Arbitrary-precision integers (included): Difference between revisions

m
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,300:
 
MainModule: {
a_start:(λ locals: a BigLong(5), ss StringStream() s ""
ss: StringStream(),
s: "",
 
_start:(λ
(textout to: ss (pow a (pow 4 (pow 3 2))))
(= s (str ss))
111

edits