@extends('template') @section('title') Lab 4, Part 1: String Predicates @stop @section('content') ## Working with Strings and Conditionals Here is our plan for today: * Review conditionals * String slicing and ranges * Writing string predicates * Writing functions No code to download for today -- you'll be writing everything from scratch. Create a `lab04` folder and put all your code for today in that folder. Change your working directory to be your `lab04` folder on your Desktop. @include('/labs/lab04/_toc') @stop