You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can only print individual elements of an associative array. Since there is no way to loop over the keys of an associative array, it is not possible to print all of the contents.
It would be great if print() supports this. Ideally with an optional format string like printa() has.
The text was updated successfully, but these errors were encountered:
Currently, you can only print individual elements of an associative array. Since there is no way to loop over the keys of an associative array, it is not possible to print all of the contents.
It would be great if print() supports this. Ideally with an optional format string like printa() has.
The text was updated successfully, but these errors were encountered: