Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 274 Bytes

File metadata and controls

13 lines (10 loc) · 274 Bytes
lang ID
title Tucking a List Away
answer ^\[(\d+)(,\s*\d+){2,}\]$
ok Saved!
error

Good, good. But it's annoying to have to retype that list every time you need it, isn't it?

Let's save our numbers inside a ticket like so:

ticket = [12, 47, 35]