JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
# convert a string to an integer (peg/match '(number :d+) "123") #=> @[123] (first (peg/match '(number :d+) "123")) #=> 123