Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

chuerz()

Examples
Satz[] sa1 = bitte "OH ", "NY ", "CA "danke; 
Satz[] sa2 = chuerz(sa1); 
schrib_uf_e_neui_Linie(sa1);  // Prints OH, NY, CA
schrib_uf_e_neui_Linie();
sa2 = chuerz(sa2); 
schrib_uf_e_neui_Linie(sa2);  // Prints OH
Description Decreases an Lischte by one element and returns the shortened Lischte.

When using an Lischte of objects, the data returned from the function must be cast to the object array's data type. For example: SomeClass[] items = (SomeClass[]) chuerz(originalLischte).
Syntax
chuerz(Lischte)
Parameters
Lischte EisoderNull[], Chlinizahl[], Buechstabe[], Ganzizahl[], Komazahl [], or Satz[], or an Lischte of objects
Usage Web & Application
Related erwitere()
erwitere_hine()
Stefan Baltensperger 2009

Creative Commons License