Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add IO module #680

Merged
merged 3 commits into from
Oct 19, 2023
Merged

add IO module #680

merged 3 commits into from
Oct 19, 2023

Conversation

briandowns
Copy link
Contributor

@briandowns briandowns commented Oct 19, 2023

Add IO Module

Resolves: #679

What's Changed:

Adds a new module called IO that contains 2 functions. print prints the given input, and println prints the given input but adds a newline character.

Type of Change:

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Housekeeping:

  • Tests have been updated to reflect the changes done within this PR (if applicable).
  • Documentation has been updated to reflect the changes done within this PR (if applicable).

Screenshots (If Applicable):

Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
@Jason2605
Copy link
Member

Thanks for this!

@Jason2605 Jason2605 merged commit b39076d into dictu-lang:develop Oct 19, 2023
8 checks passed
This was referenced Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] - Ability to Print Output without New Line Character
2 participants