From 3cbcd374341bc9b952e4ee0c3feffe77f8deb69c Mon Sep 17 00:00:00 2001 From: chkas Date: Mon, 3 Jan 2022 18:12:22 +0100 Subject: Update easylang.html.markdown (#4288) --- easylang.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'easylang.html.markdown') diff --git a/easylang.html.markdown b/easylang.html.markdown index fc494e6c..ba33dbf2 100644 --- a/easylang.html.markdown +++ b/easylang.html.markdown @@ -121,7 +121,7 @@ print str_ord "A" print str_chr 65 # # set number format -numb_fmt 0 4 +numfmt 0 4 print sqrt 2 print pi print logn 10 -- cgit v1.2.3