I thought I knew a little about functions, but this obviously proves otherwise.
I have a function that compares two strings and if they are the first is less than or equal to second returns a 1. Simple enough and doesn't even require a function, but I wanted to test my knowledge here since I am learning.
yet when I use this, It says str1 and str2 are not declared. why is this? i thought the whole point of using the (parameter 1, 2...) was that it declares the parameter there