bob-ROS
No user record in our sample, but bob-ROS has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but bob-ROS has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Yes, that works.
I got it working with: with Ada.Text_IO; use Ada.Text_IO; procedure Main is type Distance is new Float; type Area is new Float; function "*" (Left, Right : Distance) return Area is temp : Distance; begin temp := Left *…