PseudocodeEditor / editor

The codemirror 6 editor for CIE spec Pseudocode
https://editor.pseudonaja.app
21 stars 2 forks source link

Does not support inputting values in a 2d array #27

Closed salman660 closed 1 year ago

salman660 commented 1 year ago

Let me First appreciate how great it is and how much it has helped me in doing GCSE pseudocode programs, you guys have done fantastic job!

But unfortunately i encountered an issue while using it which I firmly believe will be fixed soon.

The issue is :

Does not support inputting values in a 2d array

image

Coding-Cactus commented 1 year ago

Hi there @salman660, inputting directly into a 2D array is not defined in the CIE PseudoCode Spec, so what I'd suggest you do instead is input to another variable and then copy into your array.

Something like this: image