# Test script for the help command # test basic help puts [help] # test help on a particular command puts [help sim] puts [help "sim step"] # test help on help puts [help help] # end of script