Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xyz@xyz-pc ~ $ lua
- Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio
- > os.setlocale("ru_RU.UTF8", "numeric")
- > print(1.4)
- 1,4
- > os.setlocale("C", "numeric")
- > print(1.4)
- 1.4
- >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement