Closed alexandreLamarre closed 3 years ago
As a developper, I want to have access at any time to all symbolic logic operators such as + , -, * and /.
+
-
*
/
Implement a perl subroutine to return all available symbolic operators + , -, * and / .
User Story
As a developper, I want to have access at any time to all symbolic logic operators such as
+
,-
,*
and/
.Acceptance Criteria
Implement a perl subroutine to return all available symbolic operators
+
,-
,*
and/
.