mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
if ( "monopoly".charAt( 3 ) == '(' )
|
|
{
|
|
println("parcheesi");
|
|
}
|