wip
This commit is contained in:
7
libs/compiler/test_files/math.slang
Normal file
7
libs/compiler/test_files/math.slang
Normal file
@@ -0,0 +1,7 @@
|
||||
fn addTemperatures(temp1, temp2) {
|
||||
let toReturn = temp1 + temp2;
|
||||
};
|
||||
|
||||
|
||||
addTemperatures(15c, 120c);
|
||||
addTemperatures(1500f, 20c);
|
||||
Reference in New Issue
Block a user