diff --git a/f.go b/f.go index 6408252..1e3aa64 100644 --- a/f.go +++ b/f.go @@ -147,7 +147,7 @@ EventForLoop: default: single_float, err1 := strconv.ParseFloat(words[0], 64) if err1 != nil { - fmt.Println("Trying to multiply by a scalar, but scalar is not a float") + fmt.Println("Unrecognized command") fmt.Println(error_msg_cont) continue EventForLoop }