# Absolut value of a number
*
@function @math
status: alpha
author: krm
credits: sweecrow 
created: 2017-08-23
salution: This is the first test for an easy excersice. 
*

Make a program that calculates the absolute amount of a decimal 
number. You can choose the appropriate data type yourself, but you can 
not use a function from the math library.
