RosettaCodeData/Task/Flow-control-structures/Jq/flow-control-structures.jq
2023-07-01 13:44:08 -04:00

2 lines
102 B
Text

# Emit at most one item from the stream generated by g:
def first(g): label $out | g | ., break $out;