Did you know ... | Search Documentation: |
Upgrading applications from 5.6.64 to 5.8.0 |
Most of it should be pretty compatible. The main differences that are likely to affect people moving from 5.6.64 are:
:- initalization(load_foreign_library(mylib)).
Such code should use
:- use_foreign_library(mylib).