Differences

This shows you the differences between two versions of the page.

Link to this comparison view

gnucap:manual:commands:eval [2015/12/11 15:39] (current)
Line 1: Line 1:
 +====== "eval" command ======
 +
 +===== Purpose =====
 +
 +Check and evaluate an expression.
 +
 +===== Syntax =====
 +
 +  eval expression
 +
 +===== Comments =====
 +
 +The eval command evaluates an expression and prints the result as a number.
 +
 +===== Examples =====
 +
 +  gnucap> param a={b+c+7}
 +  gnucap> eval a
 +  parameter b+c+7 has no value
 +  parameter b+c+7 has no value
 +  a= NA
 +  gnucap> param b=c+3
 +  gnucap> param c=4
 +  gnucap> eval a
 +  a= 18.
 +  gnucap> eval b+c
 +  (b + c)= 11.
 +  gnucap> 
  
gnucap/manual/commands/eval.txt · Last modified: 2015/12/11 15:39 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Run by Debian Driven by DokuWiki