diff options
author | chkas <chkas@gmx.at> | 2022-01-03 18:12:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 01:12:22 +0800 |
commit | 3cbcd374341bc9b952e4ee0c3feffe77f8deb69c (patch) | |
tree | 9551994b02355ae27de0d67b83d49b6f53516730 /easylang.html.markdown | |
parent | 6467d88012ab8781b246d86c53985ee1d942522a (diff) |
Update easylang.html.markdown (#4288)
Diffstat (limited to 'easylang.html.markdown')
-rw-r--r-- | easylang.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |