;User-Startup sequence

if exists "Sys:MUI"
  assign MUI: "Sys:MUI"
  if exists MUI:Libs
     assign add LIBS: MUI:Libs
  endif
  if exists MUI:Locale
     assign add LOCALE: MUI:Locale
  endif
  version >nil: exec.library 39
  if not warn
     if exists MUI:Docs
        if exists HELP:dummy ; do not remove
        endif                ; this entry!
        assign add HELP: MUI:Docs
     endif
  endif
endif

; ==========================================

If EXISTS ExtSYS:S
  Assign S: ExtSYS:S ADD

  If EXISTS S:ExtSYS-StartUp
    Execute S:ExtSYS-StartUp
  EndIf
EndIf

; ==========================================
; === End of List ==========================
; ==========================================