I want to run script to find (num1^num2) in csh but it's don't work it

后端 未结 0 801
北荒
北荒 2021-01-26 11:22

I can\'t find the error foe expression syntax error. Please help me to check Thank you.

#!/bin/csh
@ num1 = $1
@ num2 = $2
@ result =1
@ count =0
if ($num2 == 0)          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题