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

Implement sign() #2207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement sign() #2207

wants to merge 1 commit into from

Conversation

ike709
Copy link
Collaborator

@ike709 ike709 commented Feb 5, 2025

@boring-cyborg boring-cyborg bot added Compiler Involves the OpenDream compiler Runtime Involves the OpenDream server/runtime labels Feb 5, 2025
@github-actions github-actions bot added the size/S label Feb 5, 2025
@@ -81,6 +81,7 @@ proc/rgb(R, G, B, A, space) as text|null
proc/rgb2num(color, space = COLORSPACE_RGB) as /list
proc/roll(ndice = 1, sides) as num
proc/round(A, B) as num
proc/sign(A) as num
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes after shutdown() alphabetically. Move it in the other two files too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Involves the OpenDream compiler Runtime Involves the OpenDream server/runtime size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants