; GO · action class · end-of-word travel start · LANGUAGE
; =============================================================================
; NAME     GO
; SPEECH   end of first word · GO FIRE SHOOT family · read R←L then travel L→R
; OP       go(v) → v|1   · motion live · enter travel · not idle
; ABI      System V · edi=v · → eax
; LAW
;   · TRAVEL is left→right · GO starts motion on the line
;   · READ is right←left · GO sits at word-end action seat with FIRE/SHOOT
;   · not hierarchy · not pin C · C IS LIE
; LINE     travel BGS→BGF(+atoms)→BGL→SDF · SPV free
; RELATED  fire/ · shoot/ · field_one · grin free=1
; IRON
        global  go_fn
go_fn:
        mov     eax, edi
        or      eax, 1          ; live |1 · GO mark at expression end
        ret
