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