Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

public

Author

oderwat

Created

2016-09-21T12:39:52Z

Updated

2016-09-21T12:39:52Z

#? replace("//", "#")

# this is naturally a comment

// This is a comment too now

echo "this is not a comment"
INFO