You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be useful to generate series of records. These series should also be anonymous or named, and they should also be able to be composed from other records or templates like singular records can.
public
pet
$cat
species 'cat'
-- An anonymous series
*5n
-- Some form of interpolation should be possible
name 'Pet ${n}'
-- A named series with composition
*10x cats: $cat
name 'Cat ${x}'
yet_another_cat
[name] #cats{0}
It can be useful to generate series of records. These series should also be anonymous or named, and they should also be able to be composed from other records or templates like singular records can.
Considerations:
The text was updated successfully, but these errors were encountered: