line$ = "hello world" hash$ = sha1( line$ ) do print( "The hash of hello world is" + hash$ ) sync() loop