All pastes #798162 Raw Copy code Copy link Edit

Someone

public unlisted text v1 · immutable
#798162 ·published 2007-11-26 16:56 UTC
rendered paste body
written = 0
for each line in the tool table:
    if this line is for the tool just input by the user:
        write the information input by the user
        written = 1
    else:
        write this line
if not written:
    (the tool table didn't have an entry for this tool yet)
    write the information input by the user