In Cosmos, how do I use plugs properly?

317 views Asked by At

I'm in the process of creating my own operating system with Cosmos, but I have a problem.

I need help with plugs! So far I've managed to write my operating system using code that doesn't require plugs. But this makes my OS really limited. I can't even make it display the time! Also, in a program I wrote called Math-Man, I can hardly make it do anything. For example, when I write Math.Pow..., I get the build error "Native code encountered. Plug required."

I don't quite understand how to "use" plugs in Cosmos.

If someone could tell me how to make Math.Pow work, I'm more than sure I could figure out how to make the other busted code (like the code bits that get the time and stuff) work as well.

0

There are 0 answers