mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
290 B
290 B
--# run #--
--- text ---
| {}"" {}"*[1, 2]" {}"" |
--- text ---
| {}"" {}"*[3, 2]" {}"" |
--- text ---
| {}"" {}"*[3, 5]" {}"" |
--- text ---
| {}"" {}"*[3, 12]" {}"" |
--- text ---
| {}"" {}"*[3, 12, 99]" {}"" |
--- error ---
list index out of bounds
--# saved #--
{}
--- text ---
| {}"" {}"*[1, 2]" {}"" |
--- text ---
| {}"" {}"*[3, 2]" {}"" |
--- text ---
| {}"" {}"*[3, 5]" {}"" |
--- text ---
| {}"" {}"*[3, 12]" {}"" |
--- text ---
| {}"" {}"*[3, 12, 99]" {}"" |
--- error ---
list index out of bounds
--# saved #--
{}