The expression s is evaluated, so this is different from simply typing s.
i1 = t = 11
o1 = 11
i2 = x = quote t
o2 = t
o2 : Symbol
i3 = x
o3 = t
o3 : Symbol
i4 = value x
o4 = 11
Go to main index.
Go to concepts index.