FullForm - Prints the full form of the expression¶
In wolframscript's script (-code) mode the result is printed in InputForm,
so FullForm[expr] echoes with its wrapper as FullForm[<expr in InputForm>]
rather than as the bare Head[...] tree. Woxi matches this exactly.