This website requires JavaScript.
Explore
Help
Sign In
anoma
/
juvix
Watch
1
Star
1
Fork
0
You've already forked juvix
mirror of
https://github.com/anoma/juvix.git
synced
2024-11-30 14:13:27 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7688c22e6d
juvix
/
tests
/
Compilation
/
positive
/
test048.juvix
7 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Print quoted strings in the runtime (#1969) * Closes #1968
2023-04-04 12:29:02 +03:00
-- String quoting
module test048;
Remove old function syntax (#2305) * Enables new function syntax in local let-declarations * Closes #2251
2023-08-24 12:20:09 +03:00
import Stdlib.Prelude open;
Print quoted strings in the runtime (#1969) * Closes #1968
2023-04-04 12:29:02 +03:00
Remove old function syntax (#2305) * Enables new function syntax in local let-declarations * Closes #2251
2023-08-24 12:20:09 +03:00
main : String := "hello!\n\b\t\r";
Reference in New Issue
Copy Permalink