Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[b]set[/b] which [green][i]"Hello World"[/i][/green]
[b]set[/b] what [green][i]"ll"[/i][/green]
[b]if[/b] [teal]{[/teal][teal][[/teal][b]string[/b] first [navy]$what[/navy] [navy]$which[/navy][teal]]!=-[/teal][purple]1[/purple][teal]}[/teal] [teal]{[/teal]
[b]puts[/b] [green][i]"The string '$which' contains '$what'"[/i][/green]
[teal]}[/teal] [b]else[/b] [teal]{[/teal]
[b]puts[/b] [green][i]"The string '$which' not contains '$what'"[/i][/green]
[teal]}[/teal]