Lessons/Variable_Datatypes/Step1/Template.ps1
Function Define-Datatype { #create your variable under here #return your variable here (delete <variablename> and replace it with your variable) return <variable> } # Save your code when finished and continue in the shell you started the Lesson. |