Message Boards Message Boards

0
|
6889 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

why Inactive does not work in V10 on the Wolfram Cloud?

Posted 10 years ago

I just tried new Inactive command but it does give the same answer as in help.

enter image description here

Is this command not supported in the W-Cloud?

POSTED BY: Nasser M. Abbasi
Posted 10 years ago

It is supported in WPC:

enter image description here

It's just not displaying quite like in a desktop Wolfram Language product. Compare with Mathematica 9:

In[1]:= Inactive[Length][{a, b, c}]

Out[1]= Inactive[Length][{a, b, c}]

In[2]:= Activate@%

Out[2]= Activate[Inactive[Length][{a, b, c}]]

In[3]:= $Version

Out[3]= "9.0 for Mac OS X x86 (64-bit) (January 24, 2013)"
POSTED BY: Peter Fleck
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract