fork download
  1. d1=7.1
  2. d2=50
  3. echo $(d1*10)
Success #stdin #stdout #stderr 0s 4480KB
stdin
Standard input is empty
stdout

	
stderr
./prog.sh: line 3: d1*10: command not found