mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
293 B
293 B
--# run #--
--- text ---
| {}"" {}"[1, 2, 3]" {}"" |
--- text ---
| {}"" {}"1" {}" == " {}"1" {}"" |
--- text ---
| {}"" {}"2" {}" == " {}"2" {}"" |
--- text ---
| {}"" {}"3" {}" == " {}"3" {}"" |
--- error ---
tuple index out of bounds
--# saved #--
{}
--- text ---
| {}"" {}"[1, 2, 3]" {}"" |
--- text ---
| {}"" {}"1" {}" == " {}"1" {}"" |
--- text ---
| {}"" {}"2" {}" == " {}"2" {}"" |
--- text ---
| {}"" {}"3" {}" == " {}"3" {}"" |
--- error ---
tuple index out of bounds
--# saved #--
{}