You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mathpiper-dev
I recently ran into an issue while reformatting an *E.G. into *EXAMPLE with an in_prompt fold that I'm not sure how to handle.
Side Effects within the in_prompts fold fail and I haven't had to deal with this as of yet so I do not have a precedent to go off of.
For example, I am trying to reformat these lines of code to include the Side Effects in the documentation:
*E.G.
In> Echo([Hold(1+1), "=", 1+1]);
Result: True
Side Effects:
[1+1,"=",2]
Let me know your suggestions on how to reformat this code!
Thanks,
Kyle
Ted Kosan
unread,
Jul 19, 2019, 12:57:26 PM7/19/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mathpi...@googlegroups.com
Kyle,
Look at the "in_prompts" fold which is in
src/library_apps/mathpiper4/src/org/mathpiper/scripts4/unparsers/CUnparsable_.mpws
for an example of how to handle side effects.