﻿// Non-nested after nested.
FirstNRev(Range(100), it->Mod(2) != 0, 5)

// Multiple scope/nested arg runs.
DblMap(Range(10), 2.5 + it, ["hi", "bye", "whatever"], Text.Len(it))
