Sidney Reilley
unread,Dec 11, 2021, 11:46:31 PM12/11/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Learning S-lang using Jed as my editor.
Having problems with Jed rendering { .. } brackets.
I want to write the following:
variable data = {{1}, 2, {{3,4}, 5}, {{{}}}, {{{6}}}, 7, 8, {}}
But Jed insists that the very first bracket is starting a block of code.
What I want is to write a list.
Is there a solution to this formating issue? TIA