USING: definitions io.launcher kernel parser words sequences math math.parser namespaces editors make ; IN: editors.nedit : nedit ( file line -- ) [ "nedit" , "-line " swap number>string append , , ] { } make try-process ; [ nedit ] edit-hook set-global