diff options
| -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 | 
