unexex / obsidian

MIT License
0 stars 0 forks source link

Multi dimensional indexing. #3

Open AsynchronousAI opened 5 months ago

AsynchronousAI commented 5 months ago

Some of the code is already there, it is just commented to be documented and bug tested.

AsynchronousAI commented 5 months ago

Example:

x[1,2,3]

is the same as x[1][2][3]