mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.10.2t30
This commit is contained in:
29
help/assign
Normal file
29
help/assign
Normal file
@@ -0,0 +1,29 @@
|
||||
NAME
|
||||
=
|
||||
|
||||
SYNOPSIS
|
||||
a = b
|
||||
|
||||
TYPES
|
||||
a lvalue
|
||||
b expression
|
||||
|
||||
return lvalue
|
||||
|
||||
DESCRIPTION
|
||||
a = b evaluates b, assigns its value to a, and returns a.
|
||||
|
||||
EXAMPLE
|
||||
> b = 3+1
|
||||
> a = b
|
||||
> print a, b
|
||||
4 4
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
||||
LIBRARY
|
||||
none
|
||||
|
||||
SEE ALSO
|
||||
XXX - fill in
|
Reference in New Issue
Block a user